home *** CD-ROM | disk | FTP | other *** search
/ Adventures with Oslo: Tools & Gadgets / Adventures with Oslo - Tools and Gadgets.ISO / pc / program / db / wedge / 00049.ls < prev    next >
Encoding:
Text File  |  1994-09-23  |  112 b   |  8 lines

  1. on mouseUp
  2.   puppetSound("wedge")
  3.   updateStage()
  4.   repeat while soundBusy(1)
  5.   end repeat
  6.   puppetSound(0)
  7. end
  8.